Add missing newline in test output
authorMikkel Kroman <mk@uplink.io>
Mon, 16 May 2016 19:35:01 +0000 (21:35 +0200)
committerMikkel Kroman <mk@uplink.io>
Mon, 16 May 2016 19:35:01 +0000 (21:35 +0200)
tests/test_cargo_test.rs

index 782692a364c7c9422c2aa01ac843431ebdd887da..cf6f50e8d45df1c24f0115aa24eaaa04cf2499ca 100644 (file)
@@ -2079,6 +2079,7 @@ running 1 test
 test bar_0 ... ok
 
 test result: ok.[..]
+
 ")));
 });